home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / news / nntp / nntp.1.5.11 / README.1.5.4 < prev    next >
Encoding:
Text File  |  1990-08-18  |  3.0 KB  |  75 lines

  1. Welcome to patch number 4 for NNTP 1.5.
  2.  
  3.     If you have not installed the first three patches, you must do so
  4.     before proceeding. You can get those patches (and this one) from
  5.     anoymous ftp on bcm.tmc.edu [128.249.2.1] or by sending a message
  6.     to the archive-server@bcm.tmc.edu with the following text:
  7.     send public nntp.patch.1
  8.     send public nntp.patch.2
  9.     send public nntp.patch.3
  10.  
  11.     If you have all three patches installed, you are ready to install
  12.     this set of patches. These patches are packaged as a shell archive.
  13.     They are as follows:
  14.     CHANGES.diff  -- This will patch the CHANGES file in the root
  15.     of the nntp distrbution to reflect changes since the release of 1.5.
  16.     server.diff -- This patch is for the files in the server subdirectory.
  17.     To install, change directory to the server directory and type
  18.     patch < server.diff.
  19.     common.diff -- This patch is for the files in the common sub-
  20.     directory. To install, change directory to the common directory
  21.     and type patch < common.diff
  22.     doc.diff -- This patch is for the files in the doc subdirectory.
  23.     To install, change directory to the doc directory and type
  24.     patch < doc.diff.
  25.     xmit.diff -- This is a patch for nntpxmit.c in the xmit directory.
  26.     To install, change directory to the xmit directory and type
  27.     patch < xmit.diff.
  28.     inews.diff -- This patch is for the files in the inews subdirectory.
  29.     To install, change directory to the inews directory and type
  30.     patch < inews.diff.
  31.     support.diff -- This patch is for the files in the support sub-
  32.     directory. To install, change directory to the support directory
  33.     and type patch < support.diff.
  34.     
  35.     Now, look at common/conf.h and common/README for the new functions
  36.     you may want to use (DOMAINMATCH, HIDDENNET, etc.).
  37.  
  38.     If you don't need HIDDENNET, you only need to rebuild nntpxmit and
  39.     nntpd. If you need HIDDENNET, you will have to rebuild inews and
  40.     reinstall it on all the nntp clients (NOT the server!).
  41.  
  42. Please read the CHANGES file (following application of the patch) for
  43. a list of new features.
  44.  
  45. Some specific comments:
  46.  
  47.     TMNN support: The LIST command has been extended to provide some
  48.     initial support to TMNN (someday to be News 3.0). These extensions
  49.     are:
  50.     LIST ACTIVE --- Lists the news active file. Just like LIST with no
  51.         arguements.
  52.     LIST DISTRIBUTIONS -- List the news distributions file.
  53.     LIST NEWSGROUPS -- List the news group discriptions file.
  54.  
  55.     out-of-space support: BSD, SunOS, Ultrix, and System V are supported.
  56.     If NNTP knows that there is no space when an xfer-only system connects
  57.     it will greet that client with a 503 message. Clients listed in
  58.     nntp_access with read enabled will be greeted normally. If
  59.     the server runs out of space following a transfer, when the
  60.     client enters the next IHAVE, the server will respond with 436
  61.     and close the connection. nntpxmit will requeue when this
  62.     happens. Posting will be rejected similiarly unless you have
  63.     some value greater than zero set for the POST_BUFFER. See
  64.     post.c for the nitty gritty.
  65.  
  66. Bug reports and enhancements welcome,
  67. Stan Barber
  68.  
  69. sob@bcm.tmc.edu
  70.  
  71. P.S. I expect Phil will take the reins back following this patch.
  72.  
  73.  
  74.  
  75.